.carousel {
  width: 100%;
}

.swiper-slide .desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(105, 105, 105, 0.658);
  color: white;
  padding: 12px 0;
  display: flex;
  padding-left: 2rem;
}
